Html Css Color HEX #B2083C Cardinal

📋 copy color: '#B2083C'

red 178 ◦ green 8 ◦ blue 60

#B2083C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B2083C

Tints of Cardinal #B2083C

RGB

 RED value IS 178 (69.92% from 255) = 72.36%

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 72.36%
G = 3.25%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2083C (or 0xB2083C) is known color: Cardinal. HEX triplet: B2, 08 and 3C. RGB value is (178,8,60). Sum of RGB (Red+Green+Blue) = 178+8+60=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2083C is #4DF7C3. Grayscale: #404040. Windows color (decimal): -5109700 or 3934386. OLE color: 3934386.

HSL color Cylindrical-coordinate representation of color #B2083C: hue angle of 341.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2083C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 60 -
CMYK 0 0.96 0.66 0.30
HSL 341.65º 0.91% 0.36% -
HSV(B) 341.65º 0.96% 0.7% -
XYZ 19.26 9.96 5.18 -
YUV 64.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 178 8 60 0 0.96 0.66 0.30 341.65 0.91 0.36
Hex B2 8 3C 0 60 42 1E 156 5B 24
Octal 262 10 74 0 140 102 36 526 133 44
Binary 10110010 1000 111100 0 1100000 1000010 11110 101010110 1011011 100100

Color Harmonies of #B2083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2083C

Black with #B2083C

Text Example


Text Example

White with #B2083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2083C; }

 p { color: rgb(178,8,60); }

 H1.HeaderClassName
 {
   color: #B2083C;
 }
 .AnyTagClassName
 {
   color: #B2083C;
 }
</style>

background-color css

<style>
 a { background-color: #B2083C; }

 a { background-color: rgb(178,8,60); }

 div.DivClassName
 {
   background-color: #B2083C;
 }
 .BgClassName
 {
   background-color: #B2083C;
 }
</style>

border-color css

<style>
 span { border-color: #B2083C; }

 span { border-color: rgb(178,8,60); }

 td.TdClassName
 {
   border-color: #B2083C;
 }
 .TagClassName
 {
   border-color: #B2083C;
 }
</style>