Html Css Color HEX #B01838 Cardinal

📋 copy color: '#B01838'

red 176 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #B01838

Tints of Cardinal #B01838

RGB

 RED value IS 176 (69.14% from 255) = 68.75%

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 68.75%
G = 9.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B01838 (or 0xB01838) is known color: Cardinal. HEX triplet: B0, 18 and 38. RGB value is (176,24,56). Sum of RGB (Red+Green+Blue) = 176+24+56=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B01838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01838 is #4FE7C7. Grayscale: #494949. Windows color (decimal): -5236680 or 3676336. OLE color: 3676336.

HSL color Cylindrical-coordinate representation of color #B01838: hue angle of 347.37º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01838 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 56 -
CMYK 0 0.86 0.68 0.31
HSL 347.37º 0.76% 0.39% -
HSV(B) 347.37º 0.86% 0.69% -
XYZ 18.94 10.17 4.71 -
YUV 73.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 176 24 56 0 0.86 0.68 0.31 347.37 0.76 0.39
Hex B0 18 38 0 56 44 1F 15B 4C 27
Octal 260 30 70 0 126 104 37 533 114 47
Binary 10110000 11000 111000 0 1010110 1000100 11111 101011011 1001100 100111

Color Harmonies of #B01838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01838

Black with #B01838

Text Example


Text Example

White with #B01838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01838; }

 p { color: rgb(176,24,56); }

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

background-color css

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

 a { background-color: rgb(176,24,56); }

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

border-color css

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

 span { border-color: rgb(176,24,56); }

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