Html Css Color HEX #B2033C Cardinal

📋 copy color: '#B2033C'

red 178 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #B2033C

Tints of Cardinal #B2033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 73.86%
G = 1.24%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2033C (or 0xB2033C) is known color: Cardinal. HEX triplet: B2, 03 and 3C. RGB value is (178,3,60). Sum of RGB (Red+Green+Blue) = 178+3+60=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2033C is #4DFCC3. Grayscale: #3D3D3D. Windows color (decimal): -5110980 or 3933106. OLE color: 3933106.

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

Color convert

RGB 178 3 60 -
CMYK 0 0.98 0.66 0.30
HSL 340.46º 0.97% 0.35% -
HSV(B) 340.46º 0.98% 0.7% -
XYZ 19.21 9.86 5.17 -
YUV 61.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 178 3 60 0 0.98 0.66 0.30 340.46 0.97 0.35
Hex B2 3 3C 0 62 42 1E 154 61 23
Octal 262 3 74 0 142 102 36 524 141 43
Binary 10110010 11 111100 0 1100010 1000010 11110 101010100 1100001 100011

Color Harmonies of #B2033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2033C

Black with #B2033C

Text Example


Text Example

White with #B2033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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