Html Css Color HEX #B01725 Cardinal

📋 copy color: '#B01725'

red 176 ◦ green 23 ◦ blue 37

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

Shades of Cardinal #B01725

Tints of Cardinal #B01725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 74.58%
G = 9.75%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B01725 (or 0xB01725) is known color: Cardinal. HEX triplet: B0, 17 and 25. RGB value is (176,23,37). Sum of RGB (Red+Green+Blue) = 176+23+37=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B01725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01725 is #4FE8DA. Grayscale: #464646. Windows color (decimal): -5236955 or 2430896. OLE color: 2430896.

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

Color convert

RGB 176 23 37 -
CMYK 0 0.87 0.79 0.31
HSL 354.51º 0.77% 0.39% -
HSV(B) 354.51º 0.87% 0.69% -
XYZ 18.54 9.98 2.7 -
YUV 70.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 176 23 37 0 0.87 0.79 0.31 354.51 0.77 0.39
Hex B0 17 25 0 57 4F 1F 163 4D 27
Octal 260 27 45 0 127 117 37 543 115 47
Binary 10110000 10111 100101 0 1010111 1001111 11111 101100011 1001101 100111

Color Harmonies of #B01725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01725

Black with #B01725

Text Example


Text Example

White with #B01725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01725; }

 p { color: rgb(176,23,37); }

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

background-color css

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

 a { background-color: rgb(176,23,37); }

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

border-color css

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

 span { border-color: rgb(176,23,37); }

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