Html Css Color HEX #B6033C Cardinal

📋 copy color: '#B6033C'

red 182 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #B6033C

Tints of Cardinal #B6033C

RGB

 RED value IS 182 (71.48% from 255) = 74.29%

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

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

R = 74.29%
G = 1.22%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6033C (or 0xB6033C) is known color: Cardinal. HEX triplet: B6, 03 and 3C. RGB value is (182,3,60). Sum of RGB (Red+Green+Blue) = 182+3+60=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6033C is #49FCC3. Grayscale: #3E3E3E. Windows color (decimal): -4848836 or 3933110. OLE color: 3933110.

HSL color Cylindrical-coordinate representation of color #B6033C: hue angle of 340.89º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6033C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 60 -
CMYK 0 0.98 0.67 0.29
HSL 340.89º 0.97% 0.36% -
HSV(B) 340.89º 0.98% 0.71% -
XYZ 20.14 10.34 5.21 -
YUV 63.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 182 3 60 0 0.98 0.67 0.29 340.89 0.97 0.36
Hex B6 3 3C 0 62 43 1D 155 61 24
Octal 266 3 74 0 142 103 35 525 141 44
Binary 10110110 11 111100 0 1100010 1000011 11101 101010101 1100001 100100

Color Harmonies of #B6033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6033C

Black with #B6033C

Text Example


Text Example

White with #B6033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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